home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-11 | 636 b | 21 lines | [TEXT/CWIE] |
- // EverythingCmds.h -- command code declarations
-
- #pragma once
-
- #include <PP_Types.h>
-
- const CommandT cmdInvokeAbout = 'Invt';
- const CommandT cmdModalButtons = 'Invs';
- const CommandT cmdModalCheckboxes = 'Inv2';
- const CommandT cmdModalRadios = 'Inv3';
- const CommandT cmdModalText = 'Inv4';
- const CommandT cmdModalStuff = 'Inv5';
- const CommandT cmdModalMoreStuff = 'Inv6';
- const CommandT cmdModelessButtons = 'Inv7';
- const CommandT cmdModelessCheckboxes = 'Inv8';
- const CommandT cmdModelessRadios = 'Inv9';
- const CommandT cmdModelessText = 'In10';
- const CommandT cmdModelessStuff = 'In11';
- const CommandT cmdModelessMoreStuff = 'In12';
-
-